Validate child poverty estimates against OBR/RF benchmarks (#1398)#1724
Open
vahid-ahmadi wants to merge 1 commit into
Open
Validate child poverty estimates against OBR/RF benchmarks (#1398)#1724vahid-ahmadi wants to merge 1 commit into
vahid-ahmadi wants to merge 1 commit into
Conversation
Run the validation #1398 asked for. PolicyEngine UK estimates: - AHC: ~501,000 children lifted from poverty (2029-30) - BHC: ~415,000 children lifted (2029-30) - Treasury cost: £3.40 bn Against external benchmarks: - OBR EFO November 2025 Table 3.2: 450,000 children lifted, £3.0 bn - Resolution Foundation "No half measures": 480,000 children lifted, £3.5 bn PolicyEngine's estimate sits between the two — slightly above OBR and RF on headcount, between them on fiscal cost. The agreement is well within the noise we'd expect from differences in nowcasting and take-up assumptions. Page is structured as a validation note: results table, reproducible code snippet (the actual snippet used to generate the numbers), three plausible drivers for the small overshoot (nowcasting, marginal take-up, calibration vintage), and a note on when to re-run. Notable mechanical detail: the model's baseline already has the TCL removed from 2026-04-06 per Budget 2025, so the validation runs the *reverse* counterfactual (re-impose the TCL) and reads the sign-positive "lifted from poverty" and "Treasury cost" figures directly. Easy to miss otherwise.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/book/validation/child-poverty-tcl.md.Notable mechanical detail: the model's baseline already has the TCL removed from 2026-04-06 per Budget 2025 (
gov.dwp.universal_credit.elements.child.limit.child_count: .inf), so the validation runs the reverse counterfactual (re-impose the TCL) and reads the sign-positive figures directly.Test plan
validation/.🤖 Generated with Claude Code